From: Richard M. Stallman Date: Wed, 18 Jun 1997 20:26:21 +0000 (+0000) Subject: (fill-context-prefix): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80754 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b03ddefc2c060aba72849c1aa3cb3937d9f8db38;p=emacs.git (fill-context-prefix): Fix previous change. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 94182483066..9aa35449489 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -209,7 +209,7 @@ act as a paragraph-separator." (if at-second ;; If we get a fill prefix from the second line, ;; make sure it or something compatible is on the first line too. - (and second-line-prefix + (and second-line-prefix first-line-prefix (if (or (string-match (regexp-quote second-line-prefix) first-line-prefix) (and (string-match "[ \t]" second-line-prefix)